home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / intuition / window / welc2205.lha / Examples / ShutDown-Sequence < prev    next >
Encoding:
Text File  |  1993-02-12  |  292 b   |  13 lines

  1. Run Welcome left s:ShutDown.pic right s:ShutDown.pic columns 60 rows 6 text "       Starting Shutdown Sequence:"
  2. Resident c2:Wecho pure
  3.  
  4. WEcho "Saving icon positions..."
  5. BackIcons
  6.  
  7. WEcho ""
  8. WEcho "It is safe to remove power from the system now."
  9.  
  10. Wait 5 Secs
  11. Wecho Quit
  12. Resident WEcho remove
  13.